home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kit PC World De Ampliacion De Windows 95
/
Kit PC World de ampliacion de Windows 95.iso
/
internet
/
sweeper
/
samples
/
surfbear
/
surfbear.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-11-20
|
913b
|
38 lines
// SurfBear.h : main header file for the SURFBEAR application
//
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CSurfBearApp:
// See SurfBear.cpp for the implementation of this class
//
class CSurfBearApp : public CWinApp
{
public:
CSurfBearApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSurfBearApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CSurfBearApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////